cody - HTMLify profile

cody
4270 Files
632090 Views
Latest files of /cody/vishal-dcode/Loading Image
//1 METHOD 1
// const bg = document.querySelector(".bg");
// const loadingText = document.querySelector(".loading-text");
// let load = 0;
// let interval = setInterval(blurring, 30);
// function blurring() {
// const bg = document.querySelector(".bg");
// const loadingText = document.querySelector(".loading-text");
// let load = 0;
// let interval = setInterval(blurring, 30);
// function blurring() {
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
background-color: #141414;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
background-color: #141414;